org.eclipse.ui.editors.text
Class UISynchronizationContext
java.lang.Object
org.eclipse.ui.editors.text.UISynchronizationContext
- All Implemented Interfaces:
- ISynchronizationContext
- public class UISynchronizationContext
- extends Object
- implements ISynchronizationContext
Synchronization context for file buffers whose documents are shown in the UI.
The synchronization runnable is executed in the UI thread.
- Since:
- 3.0
Method Summary |
void |
run(Runnable runnable)
Executes the given runnable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UISynchronizationContext
public UISynchronizationContext()
run
public void run(Runnable runnable)
- Description copied from interface:
ISynchronizationContext
- Executes the given runnable.
- Specified by:
run
in interface ISynchronizationContext
- Parameters:
runnable
- the runnable to be executed
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.